Schema bimoCommon.v1
Schema bimoCommon.v1 : Typ prosty dateTime
Typ prosty dateTime
Opis
Typ prosty umożliwiający zapisanie daty i czasu (z dokładnością do sekund) w formacie RRRR-MM-DDTgg:mm:ss.
Przestrzeń nazw http://api.big.pl/bimo/v1
Typ
Restriction of xs:dateTime
Diagram
Typ prosty dateTime
Przegląd
dateTime Restriction of xs:dateTime
Typ prosty umożliwiający zapisanie daty i czasu (z dokładnością do sekund) w formacie RRRR-MM-DDTgg:mm:ss.
Dozwolone wartości
MinInclusive1945-01-01T00:00:00
Pattern.{19}(\.(\d){1,3}){0,1}
Źródło
<xs:simpleType name="dateTime" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ prosty umożliwiający zapisanie daty i czasu (z dokładnością do sekund) w formacie RRRR-MM-DDTgg:mm:ss.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:dateTime">
    <xs:minInclusive value="1945-01-01T00:00:00" />
    <xs:pattern value=".{19}(\.(\d){1,3}){0,1}" />
  </xs:restriction>
</xs:simpleType>
Zobacz także